ASP.NET Core MVC コントロールヘルプ
VirtualizationThreshold プロパティ (ListBox<T>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc 名前空間 > ListBox<T> クラス : VirtualizationThreshold プロパティ
Gets or sets the minimum number of rows and/or columns required to enable virtualization in the ListBox.
シンタックス
'宣言
 
Public Property VirtualizationThreshold As System.Integer
public System.int VirtualizationThreshold {get; set;}
解説
The default value for this property is a very big number, meaning virtualization is disabled. To enable virtualization, set its value to 0 or a positive number.
参照

ListBox<T> クラス
ListBox<T> メンバ